SPI DMA interrupt raw register
INLINK_DSCR_EMPTY_INT_RAW | The raw bit for lack of enough inlink descriptors. Can be configured in CONF state. |
OUTLINK_DSCR_ERROR_INT_RAW | The raw bit for outlink descriptor error. Can be configured in CONF state. |
INLINK_DSCR_ERROR_INT_RAW | The raw bit for inlink descriptor error. Can be configured in CONF state. |
IN_DONE_INT_RAW | The raw bit for completing usage of a inlink descriptor. Can be configured in CONF state. |
IN_ERR_EOF_INT_RAW | The raw bit for receiving error. Can be configured in CONF state. |
IN_SUC_EOF_INT_RAW | The raw bit for completing receiving all the packets from host. Can be configured in CONF state. |
OUT_DONE_INT_RAW | The raw bit for completing usage of a outlink descriptor. Can be configured in CONF state. |
OUT_EOF_INT_RAW | The raw bit for sending a packet to host done. Can be configured in CONF state. |
OUT_TOTAL_EOF_INT_RAW | The raw bit for sending all the packets to host done. Can be configured in CONF state. |
INFIFO_FULL_ERR_INT_RAW | 1:SPI_DMA_INFIFO_FULL and spi_push_data_prep are valid, which means that DMA Rx buffer is full but push is valid. 0: Others. Can not be changed by CONF_buf. |
OUTFIFO_EMPTY_ERR_INT_RAW | 1:SPI_DMA_OUTFIFO_EMPTY and spi_pop_data_prep are valid, which means that there is no data to pop but pop is valid. 0: Others. Can not be changed by CONF_buf. |
SLV_CMD6_INT_RAW | The raw bit for SPI slave CMD6 interrupt. |
SLV_CMD7_INT_RAW | The raw bit for SPI slave CMD7 interrupt. |
SLV_CMD8_INT_RAW | The raw bit for SPI slave CMD8 interrupt. |
SLV_CMD9_INT_RAW | The raw bit for SPI slave CMD9 interrupt. |
SLV_CMDA_INT_RAW | The raw bit for SPI slave CMDA interrupt. |